web3.js web3.utils.hexToNumberString
web3.utils.hexToNumberString(hex)
渡された16進数表現の数値に対応する文字列型の数値を返します。
パラメータ
1.
hexString
-
String|HEX
16進数表現の数値
戻り値
String
文字列型の数値
サンプル
code:example.js
web3.utils.hexToNumberString('0xea');
"234"
参考
https://web3js.readthedocs.io/en/1.0/web3-utils.html#hextonumberstring
#web3.js
#web3.js@1.0
web3.js 日本語 API リファレンス